/ Assembly List / LJCAddressParserLib / StandardAddress / IsDigits

Namespace - LJCAddressParserLib


Parameters
token - The token value.
length - The required number of digits.

Returns

true if it is digits; otherwise, false.

Syntax

C#
public Boolean IsDigits(String token, Int32 length)

Checks a token value for digits.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.